home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 009 / qb234.arc / QB324.DOC < prev    next >
Encoding:
Text File  |  1987-12-06  |  5.0 KB  |  92 lines

  1.                          QB3 To 4 Documenation
  2.                               Ken Prevo
  3.                        Digital Design Consultants
  4.                              15303 Colfax
  5.                            Lowell, IN 46356
  6.    (219) 696-6760                                   CIS ID: ,1701 
  7.            May also be contacted on LANS BBS  (219) 847-
  8.  
  9.                          COPYRIGHT (C) 1987
  10.               This program may be distributed and used
  11.               with the following restriction.  NOONE can
  12.               charge ANY amount of money for a disk containing
  13.               this documentation or the QB3 to 4 program in
  14.               source or compiled form.  This expressly forbids
  15.               any Public Domain duplicating services from
  16.               distributing these files.  Club librarians may
  17.               send SASE and request for exception.  Describe
  18.               club function and requirements for membership.
  19.               
  20.               Source code MUST be distributed with all copies.
  21.               If you modify/improve the program, please provide
  22.               a copy to the author via CIS MSOFT BASIC SIG or 
  23.               LANS BBS.           
  24. DESCRIPTION
  25.   Quick Basic Version 2 requires that the SI and DI registers be saved.
  26. Old ASM routines will not work properly without adding the additional
  27. POP and PUSH code at the appropriate place.  This program attempts to
  28. correct source code that was created with QB3 in mind.
  29.  
  30. HOW TO USE
  31.   The program may be run by entering QB324 at the command prompt. It 
  32. then allows you to name files to be process, on at a time.
  33.   You may also pass a list of programs via the command line. 
  34. QB324 MYLIST.TXT
  35.   The program opens the name file and reads the lines contained into a list
  36. of files to process.  You can create such a list by doing a 
  37. DIR *.ASM > MYLIST.TXT; then edit the file to remove all characters after the
  38. FILENAME.  The extension .ASM will be added internally.  If your ASM source
  39. does Not use .ASM as a file extension you will need to add the proper extension
  40. to this file.
  41.   The program will then process all files in the list.  It then ask if you
  42.  wish to have a batch file created to recompile the list and if positive 
  43.  response does so
  44.  
  45.  PROBLEMS -- ERROR REPORTING
  46.    The program provided isn't to bright.  Anytime if find 'MOV  BP,SP' or
  47.  POP BP it inserts added code to Push/Pop SI and DI.  These instructions
  48.  will occur at other locations in some code.  And when found at unexpected
  49.  locations, the program still insert the added code.  The program does make
  50.  note of files that meet this criteria and reports it on the screen and to
  51.  a file called 'EXCEPTIN.CNT'.  AFTER PROCESSING, REVIEW THIS FILE.  ANY 
  52.  PROGRAMS LISTED NEED TO BE EDITED.  You may search for QB324 comments;
  53.  removing the improper code.
  54.  
  55.                    OTHER SOFTWARE AVAILABLE FROM DDC
  56.  A PD progam -- MAILLIST.ARC -- manages a mailing list under Btrieve.
  57.  
  58.                      COMMERCIAL DEVELOPMENT SYSTEM
  59.                             dBASICs Toolkit
  60.      dBASICs comes with complete docs for the end user.  It details how to
  61. edit, manage system etc. and can be distributed with your software.  For now,
  62. let me just say try the dBASE(r) or WS(r) editing methods.  Fields 1-3 are 
  63. NaD type fields and an entry like 'Prevo\Ken' comes out 'Ken Prevo'. The Zip
  64. field is like a Picture statement in dBASE and does not support as many 
  65. edit controls as the ASCII/NaD type edits.  This relates to edit objectives 
  66. rather than shortcomings. The state entry forces upper case. 
  67.  
  68.                         ***** Support *****
  69.      Software updates will be at no charge, via modem or at cost of shipping
  70. by mail.  Telephone support is at no charge to persons who do not abuse the
  71. priveledge.
  72.  
  73.                ***** Planned for future Release *****
  74.      A report generator supporting relationships.  A flat file report generator
  75. will be provided at no extra charge with release 2 of the software.  SQL type
  76. selection will be supported by both report generators.  Both generators will 
  77. also provide for label formats.
  78.                      1 Work Station:      $495.00
  79.                               Site:    $1,495.00 (upgradable)
  80.                          Corporate:    $2,995.00 (upgradable)
  81. Special Introductory pricing thru 2/1/88 (LANS BBS and CIS Users):
  82.      Any license listed above--1/2 price.  Includes interim documentation 
  83.      which is complete but not final.  Free upgrade to final typeset version.
  84.      Current version QB3.  Free upgrade to QB4 will be provided with final
  85.      docs. FREE UPGRADE TO VERSION 2 (with flat report generator)
  86.      This offer will NOT be repeated.
  87. Guarantee:  LIB/OBJ disk in separate envelope.  Return product without 
  88.             opening LIB/OBJ packet for complete refund ($10 ship/handling)
  89.             within 14 days of your receipt of the dBASICs' programs.
  90.  
  91.            BASIC JUST BECAME EASIER TO DEVELOP IN THAN DBASE!!!
  92.